Our Data is a combination of three different datasets (Data analyst jobs, Data Engineer jobs, Data Scientist jobs). Data is one of the most exciting fields now Because companies hold a treasure trove of data so there are new jobs appear in the market like data scientist, data engineer, and data analyst to get insights from the data.
And we decided to help candidates hunt new jobs and get more information about the US market through our data-driven story.
fig.show()
print(np.average(data_analyst['avg salary']))
print(np.average(data_scientist['avg salary']))
print(np.average(data_engineer['avg salary']))
71.15886524822695 107.29401993355482 99.90269930947898
fig = px.scatter_mapbox(job_locations, lat="Lat", lon="Lot", size="counts",hover_name="Location",
title='Interactive Job Location Density Map',
color_continuous_scale=px.colors.cyclical.IceFire, size_max=15, zoom=3,
color_discrete_sequence=["crimson"], mapbox_style="carto-positron")
fig.update_layout(mapbox_style="stamen-terrain")
fig.show()
fig.show()
fig.show()
fig.show()
fig.show()
fig.show()
fig.show()
plot_programming_languages_DA(position='Data Analyst')
plot_tools_and_tech_DA(position='Data Analyst')
plot_cloud(position='Data Analyst')
plot_edu(position='Data Analyst')
plot_programming_languages_DS(position='Data Scientist')
plot_tools_and_tech_DS(position='Data Scientist')
plot_cloud(position='Data Scientist')
plot_edu(position='Data Scientist')
plot_programming_languages_DE(position='Data Engineer')
plot_tools_and_tech_DS(position='Data Engineer')
plot_cloud(position='Data Engineer')
plot_edu(position='Data Engineer')